CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - v4l2 camera

搜索资源列表

  1. pxa_camera

    0下载:
  2. V4L2 Driver for PXA camera host
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:13255
    • 提供者:hanggoxo
  1. s3c_fimc_v4l2

    0下载:
  2. V4L2 interface support file for Samsung Camera Interface (FIMC) driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:3987
    • 提供者:winsaibao
  1. s3c_fimd_v4l2

    1下载:
  2. V4L2 interface support file for Samsung Camera Interface (FIMC) driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-05-03
    • 文件大小:3810
    • 提供者:ninglongbin
  1. video_capture

    0下载:
  2. 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:26346
    • 提供者:侯识欢
  1. new_camera

    1下载:
  2. 使用v4l2编程,mjpeg格式采集摄像头数据并保存为jpg文件-v4l2 programing for mjpeg data from usb camera
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-08
    • 文件大小:3479
    • 提供者:ricky
  1. v4l2_set.tar

    0下载:
  2. 本程序使用v4l2驱动接口获取摄像头的参数,并且可以通过程序对摄像头原始参数进行修改-This program uses the v4l2 driver interface to obtain the parameters of the camera, and the camera can be programmed to modify the original parameter
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:4631
    • 提供者:jxj
  1. capture.tar

    0下载:
  2. linux 下C语言运用V4L2开发的USB摄像头获取数据并生成JPG图片的程序,-V4L2 linux using C language development of USB camera to obtain data and generate JPG pictures of the procedure,
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:94304
    • 提供者:张稷勇
  1. save

    0下载:
  2. linux下通过v4l2接口获取摄像头数据(yuyv),并转换为rgb24,再保存为24位bmp。最后在lcd上显示(rgb32)。-linux v4l2 interface to get through the camera data (yuyv), and converted to rgb24, and then save it as a 24 bmp. Finally in the lcd display (rgb32).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6609
    • 提供者:yiheng
  1. v4l2_capture

    0下载:
  2. 通过v4l2实现usb摄像头的数据采集,保存为一张bmp图片-Usb camera v4l2 achieved through data collection, save it as a bmp picture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8590
    • 提供者:sunksyjun
  1. qt_camera

    0下载:
  2. usb摄像头的v4l2视频数据采集并显示-usb camera v4l2 video data acquisition and display
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:340245
    • 提供者:sunksyjun
  1. myCamera

    0下载:
  2. 在linux中利用v4l2提供的API采集camera图像数据,并存储为jpg格式的图片。-Capture the yuv camera data by using V4L2 api function and store as .jpg file.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:12987
    • 提供者:wzq
  1. swc

    0下载:
  2. 摄像头采集 linux下的 V4L2 视频信息的采集与LCD 显示-Camera capture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5017
    • 提供者:wx
  1. v4l2uvc-yuv

    0下载:
  2. 本程序基于v4l2,用于linux系统下获取摄像头数据。可保存为多幅单帧图片。图片为yuv格式。-this program is based on v4l2,which is used to capture datas from camera it connected. The datas will be saved as one farme for one picture, end with yuv.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4075
    • 提供者:qiu
  1. CameraCapture

    0下载:
  2. 嵌入式linux系统下,QT V4L2 CMOS摄像头图片采集显示程序.-Embedded linux system, QT V4L2 CMOS camera picture collection display program.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:8344
    • 提供者:whgjxyyyd
  1. QCamera

    0下载:
  2. C++ camera qt project used library V4L2 -C++ camera qt project used library V4L2
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1490634
    • 提供者:Join
  1. test1.c.tar

    0下载:
  2. v4l2 测试程序, 笔记本上的camera 就可以测试 可以采集图片-v4l2 capture
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:zuoertu
  1. ceshichengxu

    0下载:
  2. 在linux下测试外接摄像是否能够使用,能够测试出该摄像头是否支持V4L2编程。-Under linux test whether the use of an external camera, to test out the camera supports V4L2 programming.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:14780
    • 提供者:刘海桥
  1. ov6650

    0下载:
  2. V4L2 SoC Camera driver for OmniVision OV6650 Camera Sensor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6583
    • 提供者:muixongxer
  1. omap1_camera

    0下载:
  2. Header for V4L2 SoC Camera driver for OMAP1 Camera Interface for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11745
    • 提供者:vinfiejou
  1. vfl

    0下载:
  2. 我自己写的v4l2代码,用于摄像头图像采集,在linux环境下使用-I wrote it myself v4l2 code for camera image acquisition, used under linux environment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:SMILE
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com